home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / mac / pour MacOsX / XTRAS / SPECIAL XTRAS Mac OSX / Audio Xtra / Audio Xtra.rsrc / TEXT_1000_director_message_table.txt < prev    next >
Text File  |  2004-10-12  |  3KB  |  63 lines

  1. xtra Audio
  2. --\n
  3. -- Audio Xtra\n
  4. -- \n
  5. -- Sales and support: xtras.tabuleiro.com\n
  6. -- Copyright 2004,  Tabuleiro Producoes Ltda\n
  7. --\n
  8. new object me\n
  9. --\n
  10. -- REGISTRATION\n
  11. * axRegister  list registrationid -- Registers Audo Xtra. THIS MUST BE CALLED FOR YOUR RUNTIME (PROJECTOR) FILES\n
  12. --\n
  13. -- OBTAINING INFORMATION\n
  14. * axGetVersion -- returns the version number of Audio Xtra\n
  15. --\n
  16. -- RECORDING\n
  17. * axOpenRecorder integer bufferSize -- opens/prepares for audio recording\n
  18. * axCloseRecorder -- releases the recording device\n
  19. * axBytesToMilliseconds integer bytes, * -- converts bytes to milliseconds\n
  20. * axMillisecondsToBytes integer ms, * -- converts milliseconds to bytes\n
  21. * axSetEnvironmentInfo string infoType, any data -- sets environmental information\n
  22. * axGetEnvironmentInfo string infoType -- gets environmental information\n
  23. * axRecordSoundToFile string soundName, string filePath\n
  24. * axStopRecording -- stops sound recording\n
  25. * axPauseRecording -- pauses sound recording\n
  26. * axResumeRecording -- resumes a paused sound\n
  27. * axServiceRecording -- must be called repeatedly during recording\n
  28. * axGetInputLevel * -- returns the input level (0-255), use 2nd parameter as optional argument for the channel number (1 or 2)\n
  29. --\n
  30. * axGetFreeSpace * -- optional first argument is the drive name \n
  31. --\n
  32. * axDeleteSound string soundName -- deletes & removes a sound from the sound list\n
  33. --\n
  34. * axPromptForSoundsDirectory -- lets the user select a folder for recorded sounds which the developer will never see\n
  35. --\n
  36. * axRecordSoundToRAM string soundName\n
  37. * axRecordSoundToMember string soundName, member memberRef\n
  38. --\n
  39. * axGetSoundList * -- returns a list of the available sounds\n
  40. * axGetStatus string soundName -- returns the status of a sound (as a string)\n
  41. * axSetSoundInfo string soundName, string infoType, any data -- sets sound information\n
  42. * axGetSoundInfo string soundName, string infoType -- gets sound information\n
  43. --\n
  44. * axLoadSound string soundName,  string soundType, * -- loads a sound into the sound list for playback\n
  45. * axLoadSoundIntoRAM string soundName, string fileRef -- loads a sound into RAM\n
  46. * axRemoveSound string soundName -- removes a sound from the sound list\n
  47. --\n
  48. * axPlay string soundName -- plays a sound\n
  49. * axStop string soundName -- stops a sound that is playing\n
  50. --\n
  51. * axGetEmptyMember *\n
  52. --\n
  53. -- CONVERSION FUNCTIONS\n
  54. * axConvertToFile string soundName, string filename, string format\n
  55. * axConvertToMember string soundName, string newSoundName, member newMemberRef  -- converts sound to a castmem\n
  56. --\n
  57. -- WAVE-PLOTTING\n
  58. * axSetForegroundColor * -- args can be 3 integers or else color variable\n
  59. * axSetBackgroundColor *\n
  60. * axPlotWaveform string soundName, member bitmapMember, integer width, integer height, symbol resolution, * -- generates a waveform\n
  61. --\n
  62. -- SHOCKWAVE-SUPPORT\n
  63. * axAskPermission * -- displays a permission dialog box for the user\n